/**
  * Name: Cosine
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("font-awesome.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.rtl.css");
@import url("revolution-slider.css");
@import url("magnific-popup.css");
@import url("justifiedGallery.css");
@import url("jquery.fancybox.css");
@import url("../../admin/scss/icons/themify-icons/themify-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;900&display=swap");

/**
  * Reset
  * Repeatable Patterns
  * a Link
  * Top
  * Header
  * Mobile navigation
  * Flat header information
  * Flat search
  * Widget
  * Page header
  * Page title
  * Blog post
  * Blog single
  * Navigation
  * Flat search result
  * 404
  * Boxed
  * Switcher
  * GoTop Button
  * Footer
  * Parallax
  * Revolution Slider
  * Preload
*/

/* Reset
-------------------------------------------------------------- */
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(
        hsla(0, 0%, 100%, 0),
        hsla(0, 0%, 100%, 0)
    );
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Cairo", sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #ffffff;
    color: #2f4862;
    line-height: 1.8;
    direction: rtl;
    text-align: right;
}

a {
    color: #dc3545;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

p {
    /* text-align: justify; */
    margin-top: 0;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #f01b22;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul,
ol {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.img-left {
    margin: -10px 0 0 50px !important;
    float: right;
}

.img-right {
    margin: 0 50px 0 0 !important;
    float: left;
}

b,
strong {
    font-weight: 900;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 30px 0 20px 0;
    color: #dc3545;
    line-height: 1.1;
    text-transform: uppercase;
}

button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 15px;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    padding: 24px 124px 21px 120px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background: #d8e7ef;
    position: relative;
    border: none;
    padding: 0;
    border: 1px solid #d8e7ef;
    height: 36px;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

select {
    border: 1px solid transparent;
    background-color: #d8e7ef;
    height: 36px;
    padding: 10px;
    line-height: 100%;
    outline: 0;
    width: 100%;
    background-image: url(../images/icon/caret.png);
    background-position: 4% center;
    background-repeat: no-repeat;
    position: relative;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

input[type="text"],
input[type="email"] {
    width: 100%;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input.input-text:focus {
    border: 1px solid #2f4862;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="submit"],
button[type="submit"],
input[type="submit"].scheme2:hover,
button[type="submit"].scheme2:hover,
.button,
.button.scheme2:hover {
    color: #ffffff;
    background-image: none;
    background-color: #f01b22;
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="submit"].scheme2,
button[type="submit"].scheme2,
input[type="submit"].lg:hover,
button[type="submit"].lg:hover,
.button:hover,
.button.scheme2,
.button.lg:hover {
    background-color: #dc3545;
    color: #ffffff;
}

input[type="submit"].lg,
button[type="submit"].lg,
.button.lg {
    height: 55px;
    line-height: 55px;
    padding: 0 35px;
}

.button.sm {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 17px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

@-webkit-keyframes pop-scale {
    0% {
        -webkit-transform: scale(0.7);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pop-scale {
    0% {
        -moz-transform: scale(0.7);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes pop-scale {
    0% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* bootstrap resetting elements */
.btn {
    background-image: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #5a5a5a;
}

input[type="submit"] {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

/* a link
---------------------------------------------------------------*/
a.link {
    color: #f01b22;
    border-bottom: 2px solid;
    font-weight: bold;
}

a.link2 {
    font-weight: bold;
    text-transform: uppercase;
}

a.link2 i {
    font-size: 14px;
    font-weight: normal;
    margin: 0 10px;
}

a.link:hover {
    color: #dc3545;
}

.view-all-testimonial {
    border-top: 1px solid rgba(54, 70, 115, 0.08);
    padding-top: 35px;
    text-align: center;
}

/* Top
---------------------------------------------------------------*/


.top .flat-address .social-links,
.top .flat-address .custom-info {
    display: block;
}

.top .flat-address .social-links {
    float: right;
    margin-left: 20px;
}

.top .flat-address .social-links a {
    float: right;
    display: block;
    margin-left: 10px;
    color: #fff;
}

.top .flat-address .custom-info i {
    margin-left: 10px;
    margin-right: 30px;
    width: 28px;
    height: 28px;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.1);
}

/* Navigator top */
.top .top-navigator {
    float: left;
}

.top .top-navigator > ul > li {
    display: inline-block;
    position: relative;
}

.top .top-navigator > ul > li > a {
    padding: 0 15px;
    display: block;
    /* color: rgba(255, 255, 255, 0.8); */
    border-left: 1px solid rgba(243, 243, 243, 0.1);
    text-transform: uppercase;
    font-weight: bold;
}

.header.downscrolled .top .top-navigator > ul > li > a {
    color: rgba(162, 162, 162, 0.8);
    border-left: 1px solid rgba(243, 243, 243, 0.5);
}

.header.downscrolled .top .top-navigator > ul > li:last-child > a {
    border-left: 0;
    padding-left: 0;
}

.top .top-navigator > ul > li:last-child > a {
    border-left: 0;
    padding-left: 0;
}

.top .top-navigator ul > li > a:hover {
    color: #fff;
}

.top .top-navigator > ul > li > ul {
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    padding: 10px 0;
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 9999999;
    -webkit-transform: translate(0px, 10px);
    -moz-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top .top-navigator > ul > li > ul.right-sub-menu {
    right: auto;
    left: 0;
}

.top .top-navigator > ul > li:hover > ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.top .top-navigator > ul > li > ul li:first-child {
    border-top: none;
}

.top .top-navigator > ul > li > ul li a {
    display: block;
    padding: 5px 18px;
    line-height: 29px;
    color: #dc3545;
    position: relative;
}

.top .top-navigator > ul > li > ul li a:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
    background-color: #f01b22;
    vertical-align: middle;
    margin: -1px 0 0 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top .top-navigator > ul > li > ul li a:hover {
    background-color: #dc3545;
}

.top .top-navigator > ul > li > ul li:hover a {
    background: #dc3545;
    color: #ffffff;
}

/* Header
-------------------------------------------------------------- */
.header {
    /* background-color: #fff; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
    top: 60px;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header.header_transparent {
    background-color: transparent;
}

.header .header-wrap {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.header .header-wrap .logo {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 5px 0 5px 0;
    float: right;
    margin-left: 15px;
}

.header .header-wrap .logo-reverse {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
}

.header.downscrolled .header-wrap .logo {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
}

.header.downscrolled .header-wrap .logo-reverse {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
}

.header .header-wrap .show-search {
    padding-left: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -17.5px;
    text-align: center;
}

.header .header-wrap .show-search i {
    font-size: 12px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #697ea4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .header-wrap .show-search i:hover {
    border-width: 1px;
    border-color: #697ea4;
    border-style: solid;
    color: #697ea4;
    background-color: #fff;
}

.header .header-wrap .language-wrap ul li {
    display: inline-block;
    padding-left: 21px;
    position: relative;
}

.header .header-wrap .language-wrap ul li.current a {
    color: #202020;
}

.header .header-wrap .language-wrap ul li a:hover {
    color: #697ea4;
}

.header .header-wrap .language-wrap ul li.current:after {
    position: absolute;
    left: 8px;
    top: 25px;
    content: "/";
    color: #202020;
}

.header .header-wrap .language-wrap ul,
.header .header-wrap .language-wrap .btn-menu-active {
    float: left;
}

.header .header-wrap .language-wrap .btn-menu-active {
    text-align: center;
    padding: 0 25px;
    border-right: 1px solid #e5e5e5;
}

.header .header-wrap .language-wrap .btn-menu-active a {
    line-height: 73px;
}

.header .header-wrap .language-wrap ul li a {
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: #a5a5a5;
    line-height: 73px;
}

/* Header style2 */
.header.header-v2 .header-wrap {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    left: 0;
    z-index: 999999;
}

.header.header-v2
    .header-wrap
    .top-search
    .widget.widget_search
    .search-form
    input[type="search"] {
    background: none;
    border-color: rgba(21, 65, 110, 0.15);
}

.header.header-v2
    .header-wrap
    .top-search
    .widget.widget_search
    .search-form
    input[type="search"]:focus {
    border-color: #dc3545;
}

#header.header.header-v2 #mainnav > ul > li > a.active {
    background-color: #f01b22;
    color: #fff;
}

#header.downscrolled.header.header-v2 .header-wrap {
    background-color: #fff;
}

#header.downscrolled.header.header-v2
    .header-wrap
    .top-search
    .widget.widget_search
    .search-form
    input[type="search"] {
    background: #d8e7ef;
    border-color: transparent;
}

#header.downscrolled.header.header-v2
    .header-wrap
    .top-search
    .widget.widget_search
    .search-form
    input[type="search"]:focus {
    border-color: #dc3545;
}

/* Header sytle3 */
.header.header-v3 .flat-search {
    float: left;
}

.header.header-v3 .header-wrap {
    box-shadow: none;
}

.header.header-v3 .header-wrap.style {
    background-color: #dc3545;
}

.header.header-v3 .header-wrap .nav-wrap {
    margin-top: 0;
}

.header.header-v3 .header-wrap #mainnav > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.header.header-v3 .header-wrap #mainnav > ul > li > a.active {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    border-top: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header.header-v3 .header-wrap #mainnav > ul > li > a:hover {
    color: #fff;
}

.header-v3 #mainnav > ul > li > a.active:after {
    width: 100%;
    height: 4px;
    content: "";
    bottom: -1px;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #f01b22;
}

.header.header-v3 .header-wrap .top-search {
    margin-top: 7.5px;
}

#header.downscrolled.header-v3 #mainnav > ul > li > a {
    color: rgba(255, 255, 255, 0.8);
}

#header.downscrolled.header-v3 #mainnav > ul > li > a:hover {
    color: #fff;
}

#header.downscrolled.header-v3 #mainnav > ul > li > a.active {
    color: #fff;
}

/* Header style1 */
.top.style-v1 {
    padding: 9px 0 57px 0;
}

.header.header-v1 {
    background: transparent;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    z-index: 99999;
}

.header.header-v1 .header-wrap {
    box-shadow: none;
}

.header.header-v1 .flat-wrapper .flat-wrapper-mainnav {
    padding: 0 30px;
    background-color: #fff;
}

.header.header-v1 .flat-wrapper .flat-wrapper-mainnav .nav-wrap {
    float: left;
}

.header.header-v1 .flat-wrapper #mainnav > ul > li > a.active {
    background-color: #f01b22;
    color: #fff;
}

#header.downscrolled.header.header-v1 {
    background: transparent;
    box-shadow: none;
}

#header.downscrolled.header.header-v1 .header-wrap {
    box-shadow: none;
}

#header.downscrolled.header.header-v1 #mainnav > ul > li > a.active {
    color: #fff;
}

.header.header-v1 .top-search {
    position: absolute;
    width: 250px;
    left: 25px;
    top: -25px;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header.header-v1 .top-search.show {
    top: -25px;
    left: 0;
    opacity: 1;
    z-index: 9999;
}

/* Header Fix */
#header.downscrolled {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    top: -60px;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#header.upscrolled {
    opacity: 1;
    top: 0;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#header.upscrolled #mainnav > ul > li > a {
    color: #174c81;
}

#header.upscrolled #mainnav > ul > li > a.active {
    color: #f01b22;
}

#header.upscrolled #mainnav > ul > li > a:hover {
    color: #f01b22;
}

.home-boxed #header.downscrolled,
.home-boxed #header.upscrolled {
    width: 92.708%;
}

/* navigation */
.nav-wrap {
    float: left;
    position: relative;
    margin-top: 28px;
}

#mainnav {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav > ul > li {
    float: right;
}

#mainnav ul li {
    position: relative;
}

#mainnav ul li.has-mega-menu {
    position: static;
}

#mainnav > ul > li {
    margin: 0 5px;
    display: inline-block;
}

#mainnav > ul > li > a {
    position: relative;
    display: block;
    font-family: "Cairo", sans-serif;
    text-transform: uppercase;
    color: #a8a7a7;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    padding: 6px 4px 7px 4px;
    outline: none;
}

#mainnav > ul > li > a.active {
    border: 1px solid #f01b22;
    color: #f01b22;
}

/* submenu */
#mainnav ul.submenu {
    position: absolute;
    right: 0;
    top: 150%;
    width: 250px;
    padding: 10px 0;
    background-color: #fff;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
    right: auto;
    left: 33px;
}

#mainnav ul li:hover > ul.submenu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

#mainnav ul li ul li {
    margin-right: 0;
}

#mainnav ul.submenu li ul {
    position: absolute;
    right: 360px;
    top: 0 !important;
}

#mainnav ul.submenu > li > a {
    display: block;
    font-family: "Cairo", sans-serif;

    font-size: 13px;
    color: #2f4862;
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px 18px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu > li > a:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
    vertical-align: middle;
    background-color: #f01b22;
    margin: -1px 0 0 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mainnav ul.submenu > li > a:hover {
    background-color: #dc3545;
    color: #fff;
}

#mainnav > ul > li > a:hover {
    color: #f01b22;
}

/* Mega Menu */
#mainnav .has-mega-menu > a {
    padding-bottom: 38px;
}

#mainnav .has-mega-menu .submenu.mega-menu {
    padding: 20px 15px 15px 0;
}

#mainnav .mega-menu {
    position: absolute;
    top: 150%;
    right: -163px;
    padding: 15px 0;
    text-align: right;
    z-index: 9999;
    background-color: #dc3545;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-v3 #mainnav .mega-menu {
    right: 0;
}

.header-v1 #mainnav .mega-menu {
    right: -380px;
}

#mainnav .mega-menu.three-colums {
    width: 750px;
}

#mainnav .mega-menu.two-columns {
    width: 500px;
}

#mainnav .mega-menu.two-columns .menu-item {
    width: 50%;
}

#mainnav .mega-menu.three-colums .menu-item {
    width: 33.333333%;
}

#mainnav .mega-menu .menu-item {
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#mainnav .mega-menu .menu-item > a {
    color: #fff;
    padding: 10px 30px;
    line-height: 45px;
    font-size: 14px;
}

#mainnav .mega-menu .menu-item ul {
    float: none;
}

#mainnav ul li.has-mega-menu:hover > .mega-menu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.mega-menu ul li a {
    display: block;
    font-family: "Cairo", sans-serif;

    font-size: 13px;
    color: rgba(216, 231, 239, 0.5);
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mega-menu ul li a:hover {
    color: #fff;
}

.mega-menu ul li a:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
    vertical-align: middle;
    background-color: #f01b22;
    margin: -1px 0 0 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mega-title .btn-mega {
    color: #fff;
    margin-top: 0;
}

.has-mega-menu
    .latest-post
    .entry-wrapper
    .entry-content-wrap
    .entry-header
    .entry-title
    a {
    color: #f01b22;
}

.has-mega-menu
    .latest-post
    .entry-wrapper
    .entry-content-wrap
    .entry-header
    .entry-title
    a:hover {
    color: #fff;
}

/* Mega menu mobile */
#mainnav-mobi .submenu.mega-menu {
    padding-right: 15px;
    overflow: hidden;
}

#mainnav-mobi .mega-title .btn-mega {
    color: #dc3545;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

#mainnav-mobi ul > li.has-mega-menu > a {
    display: block;
}

#mainnav-mobi .btn-mega,
#mainnav-mobi .has-mega {
    position: relative;
}

#mainnav-mobi .btn-mega:before,
#mainnav-mobi .has-mega:before {
    position: absolute;
    left: 5px;
    top: -17px;
    font: 20px/50px "FontAwesome";
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

#mainnav-mobi .has-mega:before {
    left: 20px;
    top: 0;
}

#mainnav-mobi .btn-mega:before,
#mainnav-mobi .has-mega:before {
    content: "\f107";
    color: #cccccc;
}

#mainnav-mobi .btn-mega.active:before,
#mainnav-mobi .has-mega.active:before {
    content: "\f106";
}

#mainnav-mobi .has-mega-menu .btn-submenu {
    display: none;
}

#mainnav-mobi ul > li.has-mega-menu .latest-post:last-child {
    margin-bottom: 30px;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background-color: #ffffff;
    z-index: 1000;
}

#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: right;
    border-top: 1px solid rgba(54, 70, 115, 0.08);
    cursor: pointer;
}

#mainnav-mobi ul > li > a {
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #dc3545;
}

#mainnav-mobi ul > li > a:hover {
    color: #f01b22;
}

#mainnav-mobi ul.sub-menu {
    top: 100%;
    right: 0;
    z-index: 2000;
    position: relative;
    background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
    position: relative;
    border-top: 1px solid rgba(54, 70, 115, 0.08);
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
    padding-right: 70px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
    display: block;
    text-decoration: none;
    padding: 0 60px;
    border-top-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li > a {
    padding-right: 35px;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
    border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
    color: #fff;
}

.btn-menu {
    display: none;
    float: left;
    position: relative;
    background: transparent;
    cursor: pointer;
    margin: 40px 0;
    width: 26px;
    height: 16px;
    -webkit-transition: all ease 0.238s;
    -moz-transition: all ease 0.238s;
    transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
    background-color: #dc3545;
    -webkit-transition: all ease 0.238s;
    -moz-transition: all ease 0.238s;
    transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    right: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.btn-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.btn-menu:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
    opacity: 0;
}

.btn-menu.active:before {
    background-color: #f01b22;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.btn-menu.active:after {
    background-color: #f01b22;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.btn-submenu {
    position: absolute;
    left: 20px;
    top: 0;
    font: 20px/50px "FontAwesome";
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

.btn-submenu:before {
    content: "\f107";
    color: #cccccc;
}

.btn-submenu.active:before {
    content: "\f106";
}

.btn-menu {
    display: none;
}

/* Flat header information
-------------------------------------------------------------- */
.flat-header-information {
    float: left;
    margin: 28px 0;
    font-size: 14px;
}

.flat-header-information .header-information {
    float: left;
    margin: 0 50px 0 0;
}

.info-icon {
    line-height: 1.4;
}

.info-icon i {
    float: right;
    margin-left: 15px;
    margin-top: 3px;
    font-size: 28px;
    color: #f01b22;
}

.info-icon .content {
    float: left;
}

/* Flat search
-------------------------------------------------------------- */
.top-search {
    width: 250px;
    margin-top: 25px;
    margin-right: 5px;
}

/* Widget
-------------------------------------------------------------- */
/* Widget search */
.widget.widget_search {
    margin-bottom: 0;
}

.widget.widget_search .search-form {
    position: relative;
}

.widget.widget_search .search-form:after {
    position: absolute;
    top: 13px;
    left: 35px;
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.4);
}

.widget.widget_search .search-form .search-field {
    width: 100%;
    font-size: 14px;
    position: relative;
}

.top-search .widget.widget_search .search-form:after {
    top: 10px;
}

.top-search .widget.widget_search .search-form input[type="search"] {
    height: 40px;
}

.top-search .widget.widget_search .search-form .search-submit {
    height: 40px;
}

.widget.widget_search .search-form .search-submit {
    background-image: url(../images/icon/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 45px;
    padding: 0;
    position: absolute;
    background-color: transparent;
    left: 0;
    top: 0;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}

.widget.widget_search .search-form .search-submit:hover {
    background-color: transparent;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.widget.widget_search .search-form input[type="submit"] {
    color: #ffffff;
    height: 45px;
    line-height: 40px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    font-size: 0;
}

/* Page header
-------------------------------------------------------------- */
.flat-page-header {
    padding: 50px 0;
    text-align: center;
    position: relative;
}

.flat-page-header .overlay {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f01b22;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.flat-page-header .page-header-title .title {
    margin: 0;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    z-index: 99999;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Page title
-------------------------------------------------------------- */
.page-title {
    border: none;
    background: #f1f2f8;
    padding: 150px 0 100px;
}

.page-title.style1 {
    background-color: #fff;
    border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}

.page-title .breadcrumbs {
    padding: 15px 0;
    position: relative;
    z-index: 10;
}

.page-title .breadcrumbs ul.trail-items li {
    display: block;
    color: #fff;
    /* margin-left: 6px; */
    position: relative;
    text-align: center;
    font-size: 40px;
    letter-spacing: -1px;
}
.page-title .breadcrumbs ul.trail-items li::before{
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    right: 50%;
    margin-right: -14px;
    background-color: #fff;
    z-index: 5;
}
.page-title .breadcrumbs ul.trail-items li::after{
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    right: 50%;
    margin-right: -50px;
    background-color: #ea2126;
}

.breadcrumbs ul.trail-items li.trail-item {
    margin-left: 0;
}

.breadcrumbs ul.trail-items li.trail-item:after {
    background: #b9c1cf;
    padding: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
    vertical-align: middle;
    margin: -1px 15px 0 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page-title .breadcrumbs ul.trail-items li a {
    color: #dc3545;
}

.page-title .breadcrumbs ul.trail-items li a:hover {
    color: #f01b22;
}

.page-title .breadcrumbs ul.trail-items li.trail-end {
    color: #ffffff;
}

/* Blog post
-------------------------------------------------------------- */
.blog {
    padding: 50px 0;
}

.content-wrap {
    position: relative;
    overflow: hidden;
}

.content-wrap:before {
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(54, 70, 115, 0.08);
    right: 70%;
    position: absolute;
}

.main-content {
    position: relative;
    padding: 0 15px 0 30px;
    width: 70%;
    float: right;
}

.blog-post {
    margin-bottom: 50px;
    position: relative;
    border-bottom: 1px solid rgba(54, 70, 115, 0.08);
    padding-bottom: 50px;
}

.blog-post .entry-header {
    margin-bottom: 30px;
}

.blog-post .entry-header .entry-time {
    color: #f01b22;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    float: right;
    width: 85px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    line-height: 1;
}

.blog .blog-post .entry-header .entry-time span.entry-day,
.blog-single .blog-post .entry-header .entry-time span.entry-day {
    display: block;
    font-size: 64px;
}

.blog .blog-post .entry-header .entry-time span,
.blog-single .blog-post .entry-header .entry-time span {
    font-size: 14px;
    line-height: 0.7;
}

.blog .blog-post .entry-header .entry-time span,
.blog-single .blog-post .entry-header .entry-time span {
    font-size: 14px;
    line-height: 0.7;
}

.blog .blog-post .entry-header .entry-header-content,
.blog-single .blog-post .entry-header .entry-header-content {
    overflow: hidden;
}

.blog .blog-post .entry-header .entry-title,
.blog-single .blog-post .entry-header .entry-title {
    margin: 3px 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
}

.blog .blog-post .entry-header .entry-title a,
.blog-single .blog-post .entry-header .entry-title a {
    color: #dc3545;
}

.blog .blog-post .entry-header .entry-title a:hover,
.blog-single .blog-post .entry-header .entry-title a:hover {
    color: #f01b22;
}

.blog .blog-post .entry-header .entry-meta i,
.blog-single .blog-post .entry-header .entry-meta i {
    margin-left: 5px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(54, 70, 115, 0.08);
    color: #b9c1cf;
}

.blog .blog-post .entry-header .entry-meta i:first-child,
.blog-single .blog-post .entry-header .entry-meta i:first-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.blog .blog-post .entry-header .entry-meta a,
.blog-single .blog-post .entry-header .entry-meta a {
    color: #b9c1cf;
}

.blog .blog-post .entry-header .entry-meta a:hover,
.blog-single .blog-post .entry-header .entry-meta a:hover {
    color: #f01b22;
}

.blog .blog-post .entry-cover,
.blog-single .blog-post .entry-cover {
    margin-bottom: 30px;
}

.blog .blog-post .entry-cover a,
.blog-single .blog-post .entry-cover a {
    display: block;
    position: relative;
    background: #000000;
}

.blog .blog-post .entry-cover a:after,
.blog-single .blog-post .entry-cover a:after,
.blog .blog-post .entry-cover a:before,
.blog-single .blog-post .entry-cover a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ffffff;
    top: 50%;
    right: 50%;
    z-index: 9;
    margin-top: -15px;
    margin-right: -1px;
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .blog-post .entry-cover a:before,
.blog-single .blog-post .entry-cover a:before {
    height: 1px;
    width: 30px;
    margin-top: -1px;
    margin-right: -15px;
}

.blog .blog-post .entry-cover a:hover img,
.blog-single .blog-post .entry-cover a:hover img {
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
}

.blog .blog-post .entry-cover a:hover:after,
.blog-single .blog-post .entry-cover a:hover:after,
.blog .blog-post .entry-cover a:hover:before,
.blog-single .blog-post .entry-cover a:hover:before {
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.blog .blog-post .entry-content .readmore,
.blog-single .blog-post .entry-content .readmore {
    margin-top: 25px;
}

.blog .blog-post .entry-content .readmore .more-link,
.blog-single .blog-post .entry-content .readmore .more-link {
    padding: 7px 25px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    background-color: #f01b22;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog .blog-post .entry-content .readmore .more-link:hover,
.blog-single .blog-post .entry-content .readmore .more-link:hover {
    background-color: #dc3545;
}

.blog .blog-post .entry-content .readmore .more-link:after,
.blog-single .blog-post .entry-content .readmore .more-link:after {
    font-family: "fontAwesome";
    content: "\f054";
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
}

/* Sidebar */
.sidebars {
    width: 30%;
    position: relative;
    float: right;
    padding: 0 30px 0 15px;
}

/* Widget */
.widget {
    margin-bottom: 60px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    margin-bottom: 20px;
    margin-top: 0;
    /* padding: 40px 0 0 0; */
    position: relative;
    /* overflow: hidden; */
    font-weight: 700;
    line-height: 1.1;
    color: #909090;
    font-size: 1.1rem;
}

/* .widget .widget-title:before {
  width: 11px;
  height: 11px;
  background-color: #f01b22;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.widget .widget-title:after {
  width: 200%;
  height: 1px;
  background: rgba(54, 70, 115, 0.08);
  content: "";
  position: absolute;
  top: 5px;
  right: 25px;
} */

.widget ul {
    margin: 0;
    padding: 0;
}

/* Widget recent news */
.widget.widget_recent_entries ul li {
    padding: 15px 0;
    border-bottom: 1px dotted rgba(54, 70, 115, 0.1);
}

.widget.widget_recent_entries ul li:first-child {
    padding-top: 0;
}

.widget.widget_recent_entries a {
    font-weight: bold;
    display: block;
    color: #dc3545;
}

.widget.widget_recent_entries a:hover {
    color: #f01b22;
}

.widget.widget_recent_entries .post-date {
    display: block;
    position: relative;
    margin-top: 5px;
    font-size: 14px;
    color: #b9c1cf;
}

.widget.widget_recent_entries .post-date:before {
    content: "\f017";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-left: 10px;
}

.widget.widget_recent_entries li:last-child {
    padding-bottom: 0;
    border: none;
}

/* Widget categories */
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li {
    margin-bottom: 5px;
}

.widget.widget_archive ul li,
.widget.widget_categories ul li {
    color: #b9c1cf;
}

.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a {
    position: relative;
}

.widget.widget_categories ul li a:before,
.widget.widget_pages ul li a:before,
.widget.widget_meta ul li a:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #f01b22;
    content: "";
    vertical-align: middle;
    margin: -1px 2px 0 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Widget text */
.widget.widget_text .textwidget .content-text {
    padding: 30px;
    background: #f1f2f8;
}

.widget.widget_text .textwidget .content-text .title {
    font-size: 20px;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.1;
}

/* Widget tag cloud */
.widget.widget_tag_cloud .tagcloud {
    overflow: hidden;
}

.widget.widget_tag_cloud .tagcloud a {
    background-color: #dc3545;
    color: #ffffff;
    padding: 5px 20px;
    margin: 0 0 5px 5px;
    float: right;
    position: relative;
    font-size: 14px !important;
}

.widget.widget_tag_cloud .tagcloud a:hover {
    background-color: #f01b22;
}

/* Blog single
-------------------------------------------------------------- */
.blog-single {
    padding: 50px 0;
}

.blog-single .blog-post {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 50px;
    position: relative;
}

.blog-single .blog-post .entry-cover {
    margin-bottom: 40px;
}

.blog-single .blog-post .entry-footer {
    margin-top: 40px;
}

.blog-single .blog-post .entry-footer .entry-tags {
    overflow: hidden;
}

.blog-single .blog-post .entry-footer .entry-tags a {
    color: #ffffff;
    padding: 5px 20px;
    margin: 0 0 5px 5px;
    float: right;
    background-color: #dc3545;
    position: relative;
    font-size: 14px;
}

.blog-single .blog-post .entry-footer .entry-tags a:hover {
    background-color: #f01b22;
}

.blog-single .navigation {
    margin-bottom: 50px;
}

.navigation.post-navigation .nav-links {
    margin: 0;
    padding: 20px 0 17px 0;
    border-top: 1px solid rgba(54, 70, 115, 0.08);
    border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}

.navigation.post-navigation .nav-links:after {
    clear: both;
    content: "";
    display: table;
}

.navigation.post-navigation .nav-links li {
    list-style: none;
    float: right;
    width: 50%;
}

.navigation.post-navigation .nav-links li a {
    display: block;
    font-weight: bold;
    color: #dc3545;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding: 0 60px 0 10px;
}

.navigation.post-navigation .nav-links li a:hover {
    color: #f01b22;
}

.navigation.post-navigation .nav-links li a span {
    color: #f01b22;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.navigation.post-navigation .nav-links li a:after {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: rgba(54, 70, 115, 0.08);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
    color: #ffffff;
    background-color: #dc3545;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation.post-navigation .nav-links li a:hover:after {
    background-color: #f01b22;
}

.navigation.post-navigation .nav-links li.next-post {
    float: left;
}

.navigation.post-navigation .nav-links li.next-post a {
    text-align: left;
    padding: 0 10px 0 60px;
}

.navigation.post-navigation .nav-links li.next-post a:after {
    content: "\f054";
    left: 0;
    right: auto;
}

/* Comment form */
.comments-area .comment-respond .comment-reply-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: #dc3545;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.comments-area .comment-respond .comment-reply-title:after {
    width: 50px;
    height: 3px;
    background-color: #f01b22;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
}

.comment-form p label {
    display: block;
    margin-bottom: 5px;
}

.comment-form .comment-form-url {
    margin-bottom: 30px;
}

/* Navigation
-------------------------------------------------------------- */
.navigation .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #dc3545;
    margin-left: 5px;
    background: #e8f1f5;
}

.navigation .page-numbers:hover {
    color: #f01b22;
}

.navigation .page-numbers.current {
    background-color: #f01b22;
    color: #ffffff;
}

/* Flat search result
-------------------------------------------------------------- */
.search-results {
    margin: 30px 0 0 0;
}

.search-results article {
    padding: 30px 75px 30px 0;
    position: relative;
    border-bottom: 1px dotted rgba(54, 70, 115, 0.1);
    text-align: inherit;
}

.search-results article .counter {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #f01b22;
    line-height: 50px;
    text-align: center;
    top: 30px;
    right: 0;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.search-results article .entry-title {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.search-results article .entry-date {
    margin-bottom: 10px;
    color: #b9c1cf;
}

.search-results article .entry-date:before {
    content: "\f017";
    font-family: "FontAwesome";
    display: inline-block;
    margin: 0 0 0 5px;
}

.search .navigation {
    margin-top: 30px;
}

/* 404
-------------------------------------------------------------- */
.page-404 {
    margin: 50px 0;
}

.heading-404 {
    margin-bottom: 50px;
    text-align: center;
}

.content-404 {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

.content-404 h3 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 24px;
}

/* Boxed
-------------------------------------------------------------- */
.boxed {
    overflow-x: hidden;
}

.home-boxed .boxed {
    width: 92.708%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
    position: fixed;
    right: -220px;
    top: 80px;
    width: 220px;
    background-color: #000;
    z-index: 99999999;
}

.switcher-container h2 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding-right: 20px;
    padding-left: 30px;
    margin: 0;
}

.switcher-container h2 a {
    background-color: #000;
    display: block;
    position: absolute;
    left: -45px;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    outline: 0;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.switcher-container h2 a.active {
    left: 0;
}

.switcher-container h2 a.active:after {
    position: absolute;
    left: 21px;
    top: 0;
    content: "\f104";
    font-family: "FontAwesome";
    color: #18bc60;
    font-size: 22px;
}

.switcher-container h2 a.active i {
    display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
    text-decoration: none;
}

.switcher-container h2 i {
    margin-top: 10px;
    font-size: 25px;
    color: #999;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.switcher-container h2 i:hover {
    color: #fff;
}

.switcher-container h3 {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 22px;
    margin-bottom: 10px;
}

.switcher-container .selector-box {
    color: #fff;
    overflow: hidden;
}

.switcher-container .layout-switcher {
    margin: 0 0 10px 0;
    overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
    float: right;
    display: block;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    padding: 10px 20px;
    margin-right: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
    margin-right: 0;
}

.switcher-container .layout-switcher a.layout:hover {
    color: #fff;
    cursor: pointer;
}

.switcher-container .color-box {
    height: auto;
    overflow: hidden;
    margin-bottom: 6px;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}

.sw-odd {
    background-color: #272727;
    padding: 21px 20px 30px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sw-even {
    background-color: #191919;
    padding: 21px 20px 25px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sw-even a {
    font-family: "Karla", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px 10px 20px;
    margin-left: 10px;
}

.sw-even a:hover {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: #fff !important;
}

.sw-light {
    background-color: #fff;
    color: #000 !important;
}

.sw-odd a {
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: inline-block;
    line-height: 17px;
    width: 100%;
    position: relative;
    padding-right: 47px;
}

.sw-odd .ws-colors a:before {
    background: none;
}

.sw-odd .ws-colors a {
    position: relative;
    width: auto;
    padding: 0;
    width: 30px;
    height: 30px;
    background-color: #dc3545;
    display: inline-block;
    margin-left: 5px;
}

.sw-odd .ws-colors a.current:before {
    position: absolute;
    right: 8px;
    top: 6px;
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    z-index: 999;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.sw-odd .ws-colors a:after {
    position: absolute;
    left: -3px;
    top: 2px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-right: 21px solid #f01b22;
    transform: rotate(-45deg);
}

.sw-odd #color2 {
    background-color: #243182;
}

.sw-odd .ws-colors a#color2:after {
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-right: 21px solid #ffe71e;
}

.sw-odd #color3 {
    background-color: #0d404f;
}

.sw-odd .ws-colors a#color3:after {
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-right: 21px solid #e6694a;
}

.sw-odd #color4 {
    background-color: #34314c;
}

.sw-odd .ws-colors a#color4:after {
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-right: 21px solid #47b8e0;
}

.sw-odd #color5 {
    background-color: #008c9e;
}

.sw-odd .ws-colors a#color5:after {
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-right: 21px solid #1cbac8;
}

.sw-even h3 {
    margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    top: 98%;
    background-color: #000000;
    width: 100%;
    z-index: -1;
    padding: 20px 20px 30px 0;
}

.sw-pattern.pattern a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
    position: absolute;
    right: 12px;
    top: 6px;
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
    position: fixed !important;
    left: -35px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #dc3545;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.go-top.show {
    left: 25px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 3px;
}

.go-top:hover {
    background-color: #f01b22;
}

.go-top:hover i {
    color: #fff;
}

/* Footer
-------------------------------------------------------------- */
.footer {
    background-color: #2f2f2f;
    font-size: 14px;
}

.content-bottom-widgets {
    color: rgba(255, 255, 255, 0.75);
}

.content-bottom-widgets .ft-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    padding-left: -15px;
    padding-right: -15px;
}

.content-bottom-widgets .ft-wrapper .footer-70 {
    width: 83.33333333333333%;
    float: right;
}

.content-bottom-widgets .ft-wrapper .footer-30 {
    width: 16.666666666666668%;
    float: right;
}

.content-bottom-widgets .widget .custom-info i {
    margin-left: 10px;
    margin-right: 30px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.1);
}

.content-bottom-widgets .logo-ft {
    float: left;
}

.footer-widgets {
    padding: 50px 0;
    color: rgba(255, 255, 255, 0.75);
}

.footer-widgets .widget.widget_nav_menu ul {
    display: inline-block;
    width: 100%;
}

.footer-widgets .widget.widget_nav_menu ul li {
    /* width: 50%;
  float: right; */
    position: relative;
    margin-bottom: 7px;
}

.footer-widgets .widget a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
}

.footer-widgets .widget a:hover {
    color: #ee1c20;
}

.footer-widgets .widget.widget_nav_menu ul li:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #f01b22;
    content: "";
    vertical-align: middle;
    margin: -1px 0 0 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer-widgets input[type="submit"] {
    font-size: 14px;
}

.widget.widget_mc4wp_form_widget .ft-form p label {
    margin-bottom: 10px;
}

.footer-content {
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    padding: 25px 0;
}

.footer-content .social-links {
    margin: 10px 0 20px 0;
}

.footer-content .social-links a {
    margin: 0 3px;
}

.footer-content .copyright {
    color: rgba(255, 255, 255, 0.75);
}

.footer-content .copyright a {
    color: rgba(255, 255, 255, 0.85);
    font-weight: bold;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax1 {
    background-image: url(../images/parallax/bg-parallax1.jpg);
}

.parallax2 {
    background-image: url(../images/parallax/bg-parallax2.jpg);
}

.parallax3 {
    background-image: url(../images/parallax/bg-parallax3.png);
}

.parallax4 {
    background-image: url(../images/parallax/bg-parallax4.jpg);
}

.parallax5 {
    background-image: url(../images/parallax/bg-parallax5.jpg);
}

.parallax6 {
    background-image: url(../images/parallax/bg-parallax6.jpg);
}

.parallax7 {
    background-image: url(../images/parallax/bg-parallax7.jpg);
}

.parallax-page-title {
    background-image: url(../images/parallax/bg-parallax7.jpg);
    position: relative;
}

.parallax-page-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
}

.bg-contact {
    background-image: url(../images/parallax/bg-parallax5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-playvideo {
    background-image: url(../images/parallax/bg-parallax2.jpg);
}

.bg-playvideo {
    background-size: cover;
}

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container {
    /* max-height: 500px !important; */
    height: 100vh;
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
    padding: 0;
    background-color: #fff;
}

.tp-banner-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.4);
}

.tp-bullets.simplebullets.navbar {
    height: 35px;
    padding: 0px 0px;
}

.tp-banner-container img {
    height: 100vh;
}

.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 5px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
}

.tp-bullets.simplebullets .bullet.last {
    margin-left: 0px;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet:hover {
    border: 5px solid #fff !important;
}

/* Preload
-------------------------------------------------------------- */
.page-loading .loading-overlay {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: block;
    visibility: visible;
}

.loading-overlay {
    position: fixed;
    background: #ffffff;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    display: none;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.loading-overlay:after {
    position: fixed;
    content: "";
    width: 64px;
    height: 64px;
    right: 50%;
    margin-right: -32px;
    top: 50%;
    margin-top: -32px;
    background: url(../images/icon/preloader.gif);
}

/* Search */
body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: -10px;
    left: -10px;
    border: 0;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: white !important;
    /* padding: 1rem 1.25rem; */
    background-color: #f71d24 !important;
    border-radius: 50%;
    outline: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
}
.close span {
    line-height: 30px;
}
.close:hover {
    background: #d62839;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(50, 33, 58, 0.9);
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    left: 15px;
    height: 70px;
    padding: 10px 2rem;
    background: #00a896;

    font-size: 1rem;
    color: white;
}

.search-box.search-elem button.submit[disabled] {
    background: #ccc;
    color: #32213a;
}

.search-box.search-elem input[type="text"] {
    padding: 20px;
    height: 72px;
    font-size: 32px;

    font-weight: 300;
    border: none;
    border-bottom: solid 2px #999;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type="text"]:focus {
    border-bottom: solid 2px #00a896;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 10px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;

    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 1rem;
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    text-transform: uppercase;

    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
}

.search-btn:hover {
    color: #00a896;
}

.tparrows.preview4:after {
    background-color: #ef1b25;
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    position: absolute;
    left: 54px !important;
    right: auto;
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
    position: absolute;
    left: 15px !important;
    right: auto;
}

.owl-theme .owl-controls .owl-nav div {
    background-color: #ed1d24;
}

.owl-theme .owl-controls .owl-nav div:hover {
    background-color: #dc3545;
}

#hidden-row {
    display: none;
}

.bootstrap-tagsinput {
    width: 100%;
    border: 0 !important;
    box-shadow: none !important;
    display: block !important;
    background-color: #d8e7ef !important;
    border-radius: 0 !important;
    min-height: 36px;
}

.bootstrap-tagsinput input {
    padding: 0 6px !important;
    height: auto !important;
    margin-bottom: 0 !important;
    margin-top: 4px;
}

.bootstrap-tagsinput .tag {
    font-weight: bold;
    background-color: #dc3545;
    display: inline-block !important;
    padding: 0 5px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin: 0 8px !important;
}
.nav-tabs .nav-item .nav-link {
    background-color: #eee;
    border: none;
}
.nav-tabs .nav-item.active .nav-link {
    background-color: #f01b22;
    border: none;
    color: #fff;
}

/*******************
Table-Data Table
******************/
.dataTables_wrapper {
    padding-top: 10px;
}

.dt-buttons {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 15px;
}

.dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 4px;
    background: #1976d2;
    color: #ffffff;
    margin-right: 3px;
}

.dt-buttons .dt-button:hover {
    background: #2f3d4a;
}

.dataTables_info,
.dataTables_length {
    display: inline-block;
}

.dataTables_length {
    margin-top: 10px;
}

.dataTables_length select {
    border: 0;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#1976d2),
            to(#1976d2)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1976d2, #1976d2),
        -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1976d2, #1976d2),
        -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1976d2, #1976d2),
        linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    padding-bottom: 5px;
}

.dataTables_length select:focus {
    outline: none;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#1976d2),
            to(#1976d2)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1976d2, #1976d2),
        -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1976d2, #1976d2),
        -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1976d2, #1976d2),
        linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dataTables_filter {
    float: left;
    margin: 10px 0;
}

.dataTables_filter input {
    border: 0;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#1976d2),
            to(#1976d2)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1976d2, #1976d2),
        -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1976d2, #1976d2),
        -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1976d2, #1976d2),
        linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px;
}

.dataTables_filter input:focus {
    outline: none;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#1976d2),
            to(#1976d2)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1976d2, #1976d2),
        -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1976d2, #1976d2),
        -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1976d2, #1976d2),
        linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\e627";
    margin-right: 10px;
    font-family: themify;
    cursor: pointer;
}

table.dataTable thead .sorting_desc:after {
    content: "\e62a";
    margin-right: 10px;
    font-family: themify;
    cursor: pointer;
}

table.dataTable thead .sorting:after {
    content: "\e657";
    margin-right: 10px;
    font-family: themify !important;
    cursor: pointer;
    color: rgba(50, 50, 50, 0.5);
}

.dataTables_wrapper .dataTables_paginate {
    float: left;
    text-align: left;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    *cursor: hand;
    color: #67757c;
    border: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 1px solid #1976d2;
    background-color: #1976d2;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #67757c;
    border: 1px solid #ddd;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white;
    border: 1px solid #1976d2;
    background-color: #1976d2;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #67757c;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}

/*******************
Table- responsive
******************/
.tablesaw-bar .btn-group label {
    color: #67757c !important;
}

/*******************
Table- editable table
******************/
.dt-bootstrap {
    display: block;
}

.paging_simple_numbers .pagination .paginate_button {
    padding: 0px;
    background: #ffffff;
}

.paging_simple_numbers .pagination .paginate_button:hover {
    background: #ffffff;
}

.paging_simple_numbers .pagination .paginate_button a {
    padding: 2px 10px;
    border: 0px;
}

.paging_simple_numbers .pagination .paginate_button.active a,
.paging_simple_numbers .pagination .paginate_button:hover a {
    background: #1976d2;
    color: #ffffff;
}

/*******************
Table- Footable
******************/
#demo-show-entries {
    border: 0;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#1976d2),
            to(#1976d2)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1976d2, #1976d2),
        -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1976d2, #1976d2),
        -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1976d2, #1976d2),
        linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    padding-bottom: 5px;
    color: #67757c;
}

#demo-show-entries:focus {
    outline: none;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#1976d2),
            to(#1976d2)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1976d2, #1976d2),
        -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1976d2, #1976d2),
        -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1976d2, #1976d2),
        linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#demo-input-search2 {
    border: 0;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#1976d2),
            to(#1976d2)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1976d2, #1976d2),
        -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1976d2, #1976d2),
        -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1976d2, #1976d2),
        linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px;
    color: #67757c;
}

#demo-input-search2:focus {
    outline: none;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#1976d2),
            to(#1976d2)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1976d2, #1976d2),
        -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1976d2, #1976d2),
        -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1976d2, #1976d2),
        linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.footable .pagination li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.footable .pagination li.active a {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.footable .pagination li.disabled a {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #ddd;
}

.footable .pagination li:first-child a {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.footable-odd {
    background: #f2f4f8;
}
.bg-row {
    background-color: #fff;
}
.bg-row:nth-child(even) {
    background-color: #f8f8f8;
}
.owl-carousel {
    direction: ltr;
}
.owl-theme .owl-controls .owl-nav div {
    font-size: 0px;
}
.history2:before {
    right: 0;
    left: auto;
}
.history2 li,
.history2 li:nth-child(2n) {
    float: none;
    text-align: right;
    width: 100%;
    padding-right: 33px;
    padding-left: 0px;
    margin-bottom: 20px;
}
.history2 li:before {
    right: -3px;
}
.history2 li:after {
    right: -12px;
    left: auto;
}
.history2 .flexslider li {
    padding: 0 !important;
}
.history2 .flexslider li::before,
.history2 .flexslider li::after {
    display: none;
}
.history2 .flexslider .slides img {
    height: auto;
}
.alert-custom {
    position: relative;
}
.alert-custom .alert {
    position: relative;
    z-index: 99999;
}
.alert-custom .alert strong {
    font-size: 30px;
    font-weight: 100;
}
.alert-custom:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 999;
}
.statistics_sec .flat-counter .counter{
    position: relative;
}
.statistics_sec .flat-counter .counter::before:first-child{
    display: none;
}
.statistics_sec .flat-counter .counter::before{
    content: '';
    position: absolute;
    height: 140px;
    right: 0px;
    top: 0px;
    width: 1px;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0));
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
}
@media(min-width: 768px){
    .col-md-7-custom{
        width: 58.333333%;
        padding: 50px 10% 50px 30px;
    }
    .col-md-5-custom{
        width: 41.666667%;
        padding: 50px 30px 50px 10%;
    }
}

@media (max-width: 991px) {
  .home-carousel {
    height: auto;
  }
}
.home-callouts-desktop {
  background-color: transparent;
 
  margin-top: -54px;
  z-index: 99;
}
.home-callouts-desktop .curve-container {
  position: relative;
  right: 50%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .home-callouts-desktop .curve-container {
    width: 1900px;
    margin-right: -950px;
  }
}
@media (max-width: 1199px) {
  .home-callouts-desktop .curve-container {
    width: 100%;
    margin-right: -50%;
  }
}
@media (max-width: 991px) {
  .home-callouts-desktop .curve-container {
    padding: 0px;
  }
}
.home-callouts-desktop .curved-bottom-wrap {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAEICAIAAADQiEMOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRFOURFRDhCRDZGNTExRTQ5MURBQUE1Qjc5N0QxODIxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRFOURFRDhDRDZGNTExRTQ5MURBQUE1Qjc5N0QxODIxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEU5REVEODlENkY1MTFFNDkxREFBQTVCNzk3RDE4MjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEU5REVEOEFENkY1MTFFNDkxREFBQTVCNzk3RDE4MjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4IQaYGAAAAnUlEQVR42uzTQQrCMBAF0Ix0K3j/C3mrjlAwCCnYjIoU3l+kWeSRH5jG/Xpr1VzaB4FhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIarWXL7xLbmLG4l9r3aPfGyz4O1j4Of1T4PrvNlzX/VXttZb85hqndntv+2MdZ+2388OfHmseAUzmftqE9YJw8BBgBcByX6lHmXrAAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .home-callouts-desktop .curved-bottom-wrap {
    background: none;
  }
}
.home-callouts-desktop #curved-top,
.home-callouts-desktop #curved-bottom {
  width: 100%;
}
.home-callouts-desktop #curved-top {
  vertical-align: bottom;
}
.home-callouts-desktop .callouts {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 50%;
}
.home-callouts-desktop .callouts span.want-to {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.home-callouts-desktop .callouts h4 {
  color: #ffffff;
  font-size: 30px;
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .home-callouts-desktop .callouts h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .home-callouts-desktop .callouts img {
    width: 35%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .home-callouts-desktop .callouts {
    margin-left: -585px;
  }
}
@media (max-width: 1199px) {
  .home-callouts-desktop .callouts {
    margin-left: -485px;
  }
}
@media (max-width: 991px) {
  .home-callouts-desktop .callouts {
    margin-left: -375px;
  }
}
.home-callouts-mobile .callouts {
  text-align: center;
  padding-bottom: 40px;
}
.home-callouts-mobile .callouts .callout {
  padding-top: 40px;
}
.home-callouts-mobile .callouts .callout span.want-to {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.home-callouts-mobile .callouts .callout h4 {
  color: #ffffff;
  font-size: 30px;
  margin-top: 0px;
}
.home-callouts-mobile .callouts .callout img {
  width: 100%;
  max-width: 131px;
  height: auto;
  max-height: 131px;
}
